mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-21 14:16:04 +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
|