Some test running.

This commit is contained in:
Brad Nelson
2023-12-31 22:37:08 -08:00
parent 14ede079b7
commit 311a2d88f0
3 changed files with 29 additions and 3 deletions

View File

@ -12,10 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
Alias('posix', 'posix/ueforth')
Importation('gen/posix_boot.h', '$src/posix/posix_boot.fs', name='boot')
Compile('posix/ueforth', '$src/posix/main.c',
implicit=['gen/posix_boot.h'])
Alias('posix', ' '.join([
ForthTest('tests/posix_all_tests.out', 'posix/ueforth', '$src/common/all_tests.fs'),
]))
OneShot('install', 'sudo cp posix/ueforth /usr/bin/ueforth',
'posix/ueforth', pool='console')