diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..bb31ae5b --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ + +test: + @gcc src/__tests__/Layout-test.c src/Layout.c && ./a.out + @rm a.out diff --git a/SpecRunner.html b/SpecRunner.html index 6b659bd4..b5283fa6 100755 --- a/SpecRunner.html +++ b/SpecRunner.html @@ -16,6 +16,7 @@
+