gbt3 install and task

This commit is contained in:
Christof Thalhofer 2020-05-03 11:26:05 +02:00
parent ed8f5b73ad
commit c733083a32
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
gambas3 gbs3
gambas3 gbs3 gbt3

View file

@ -11,10 +11,11 @@
> Parse `1..0 # SKIP` style TAPs indicating that a whole test was skipped.
- Plan selftests
> gb.test: Every subtest in all tests must plan the own assertion count
- Install gbt3 at Gambas installation
## Work
- Install gbt3 at Gambas installation
> gbt3 is compiled and installed by make but there is no symlink gbt3 > gbt3.gambas
## Done