Refactoring the testing system Close #58 Close #40

This commit is contained in:
2019-05-15 10:26:05 -06:00
parent 1f6d16b390
commit d6e8d39762
20 changed files with 71 additions and 44 deletions

12
hxml/all-platforms.hxml Normal file
View File

@@ -0,0 +1,12 @@
-js out.js
-cmd node out.js
hxml/all.hxml
--next
--interp
hxml/all.hxml
--next
-cpp
hxml/all.hxml
--next

7
hxml/all.hxml Normal file
View File

@@ -0,0 +1,7 @@
-cp hank
-lib hscript
-lib utest
--each
hxml/examples.hxml
--next
hxml/internals.hxml

1
hxml/examples.hxml Normal file
View File

@@ -0,0 +1 @@
-main tests.main.Examples

1
hxml/internals.hxml Normal file
View File

@@ -0,0 +1 @@
-main tests.main.Internals