mirror of
https://github.com/engineer-man/piston.git
synced 2025-08-28 23:50:03 +02:00
rename tests so they make more sense
This commit is contained in:
parent
ca59f7e882
commit
e3473f99df
29 changed files with 50 additions and 50 deletions
6
lxc/tests/cpp.cpp
Normal file
6
lxc/tests/cpp.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
int main(void) {
|
||||
printf("good\n");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue