working on a little helper to get a machine into a particular state.
[feisty_meow.git] / core / applications / load_test_tools / makefile
diff --git a/core/applications/load_test_tools/makefile b/core/applications/load_test_tools/makefile
new file mode 100644 (file)
index 0000000..152b9c9
--- /dev/null
@@ -0,0 +1,13 @@
+CONSOLE_MODE = t
+
+include cpp/variables.def
+
+PROJECT = load_test_tools
+TYPE = application
+SOURCE = 
+TARGETS = memory_hog.exe
+LOCAL_LIBS_USED = application unit_test loggers configuration processes filesystem textual \
+  structures timely basis
+
+include cpp/rules.def
+