aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-25 00:17:39 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-25 00:17:39 +0000
commit7c60dc8fb35f28fd1f9eda680361cf9fcfa4e6a1 (patch)
tree93be0338425f187f8bb1b47ad3cf6704feb1db99 /test
parentadded tdd tests for 12.6 and 12.7 (diff)
downloadmutator-7c60dc8fb35f28fd1f9eda680361cf9fcfa4e6a1.tar.gz
mutator-7c60dc8fb35f28fd1f9eda680361cf9fcfa4e6a1.zip
cmake
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
index 0000000..c60c3c7
--- /dev/null
+++ b/test/CMakeLists.txt
@@ -0,0 +1,3 @@
+cmake_minimum_required (VERSION 2.6)
+project (tdd_test)
+add_executable(tddtest main.c testFuncs1.c)