src: add nc0 and nc1 to test bootstrap from c_src
authorJean Privat <jean@pryen.org>
Tue, 23 Jun 2009 14:39:52 +0000 (10:39 -0400)
committerJean Privat <jean@pryen.org>
Wed, 24 Jun 2009 19:48:19 +0000 (15:48 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/nc
src/nc0 [new symlink]
src/nc1 [new symlink]

diff --git a/src/nc b/src/nc
index b09267d..df75d19 100755 (executable)
--- a/src/nc
+++ b/src/nc
@@ -21,6 +21,8 @@ NITCOPTS= #"-I parser -I metamodel -I syntax -I compiling -I tmp"
 name=`basename $0`
 case $name in
        nc) opts="";;
+       nc0) opts="-p 0"; NITC="../c_src/nitc";;
+       nc1) opts="-p 1"; NITC="./nitc_0";;
        nc2) opts="-p 2"; NITC="./nitc";;
        nc3) opts="-p 3"; NITC="./nitc_2";;
        nc4) opts="-p 4"; NITC="./nitc_3";;
diff --git a/src/nc0 b/src/nc0
new file mode 120000 (symlink)
index 0000000..decddd6
--- /dev/null
+++ b/src/nc0
@@ -0,0 +1 @@
+nc
\ No newline at end of file
diff --git a/src/nc1 b/src/nc1
new file mode 120000 (symlink)
index 0000000..decddd6
--- /dev/null
+++ b/src/nc1
@@ -0,0 +1 @@
+nc
\ No newline at end of file