enabled branding of the testkit docs
[feisty_meow.git] / testkit / makefile
index 115c1a2e034673777959a953f192e21c755e068b..3fff396eb3b090b0abd5809ab3be3cfd12593063 100644 (file)
@@ -1,9 +1,9 @@
-include variables.def
 
-PROJECT = testkit
-FIRST_TARGETS += run_testkit_check
 
-include rules.def
+all:
+       @bash test_driver.sh
+
+doc:
+       cd doc
+       $(MAKE)
 
-run_testkit_check:
-       $(HIDESH) -c 'bash test_driver.sh'