wow. that was easy: git mv core nucleus
[feisty_meow.git] / nucleus / library / tests_configuration / makefile
diff --git a/nucleus/library/tests_configuration/makefile b/nucleus/library/tests_configuration/makefile
new file mode 100644 (file)
index 0000000..0499576
--- /dev/null
@@ -0,0 +1,10 @@
+include cpp/variables.def
+
+PROJECT = tests_configuration
+TYPE = test
+TARGETS = test_section_manager.exe test_tokenizer.exe 
+LOCAL_LIBS_USED = unit_test application loggers configuration textual timely filesystem \
+  structures basis 
+RUN_TARGETS = $(ACTUAL_TARGETS)
+
+include cpp/rules.def