X-Git-Url: http://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=src%2Ftest.c;fp=test.c;h=1c3c8e39347533eb9db1d0b2e289f0348f77b693;hp=6175148f461c4c0db1ff690997928e56f560544f;hb=9e6d0f74f74926a9c73d15418c2e9668689061f2;hpb=e763da864f7330c2b53029782c6b0d85543eb4d2 diff --git a/test.c b/src/test.c similarity index 98% rename from test.c rename to src/test.c index 6175148..1c3c8e3 100644 --- a/test.c +++ b/src/test.c @@ -1,9 +1,9 @@ -#include "oberon.h" -#include "generator.h" - +#include #include #include +#include "../include/oberon.h" + static char source_test[] = "(* Main module *)" "MODULE Test;"