bringing in testkit tools
[feisty_meow.git] / testkit / makefile
diff --git a/testkit/makefile b/testkit/makefile
new file mode 100644 (file)
index 0000000..115c1a2
--- /dev/null
@@ -0,0 +1,9 @@
+include variables.def
+
+PROJECT = testkit
+FIRST_TARGETS += run_testkit_check
+
+include rules.def
+
+run_testkit_check:
+       $(HIDESH) -c 'bash test_driver.sh'