mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 21:25:04 -05:00
Add unit test for AppDir::deployExecutable
This commit is contained in:
committed by
TheAssassin
parent
a0503a7102
commit
4c9943f0d1
10
tests/simple_executable/simple_executable.cpp
Normal file
10
tests/simple_executable/simple_executable.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <cstdio>
|
||||
|
||||
extern "C" { void hello_world(); }
|
||||
|
||||
int main() {
|
||||
printf("Hello World");
|
||||
hello_world();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user