move test_compiler up to main kraken.krak and fix linker string, make paths work correctly

This commit is contained in:
Nathan Braswell
2016-03-28 17:12:53 -04:00
parent 756f2e71de
commit 40c3e428c1
17 changed files with 44 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
runner_path="./tester/tester"
runner_path="./tester"
#testDir=${1:-"../tests"}
testDir="."
ext=${2:-"krak"}