From 88689601570fba862d350857bc10b655c9705940 Mon Sep 17 00:00:00 2001 From: Aki Koskinen Date: Sun, 21 Mar 2010 17:23:36 +0200 Subject: [PATCH] Added tests.pro --- tests/.gitignore | 1 + tests/tests.pro | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tests/.gitignore create mode 100644 tests/tests.pro diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..f3c7a7c --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/tests/tests.pro b/tests/tests.pro new file mode 100644 index 0000000..e435d43 --- /dev/null +++ b/tests/tests.pro @@ -0,0 +1,2 @@ +TEMPLATE = subdirs +SUBDIRS = ut_coord_trans -- 1.7.9.5