5004f20609
[INTERPRETER] * NEW: Remove the now useless testing specific code. * NEW: 'gbx3 -T' now just loads the 'gb.test' component and calls Test.Main() passing it the '-T' option argument. [GB.TEST] * NEW: Move 'gb.test' sources in '/main/lib'. * NEW: 'gb.test' has now a part written in C that allows him to load project classes on demand.
5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#! /bin/bash
|
|
|
|
gbc3 -g ./ 2>&1
|
|
gba3 ./
|
|
gbr3 -s TestMe ./gb.test.gambas
|