mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 19:51:58 +02:00
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
rm *.o *.ppu testrunner
|
|
fpc -Fu../units/x86_64-linux -gttt testrunner.pp -Sa
|
|
./testrunner --all
|