diff options
author | Sven Gothel <[email protected]> | 2010-11-14 09:05:49 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-14 09:05:49 +0100 |
commit | deeb2ee63d3765336325c095a22f494e2f6bfe5b (patch) | |
tree | df99175dab4df0c0f9bc591a24f7d48174327848 /test/native/make.sh | |
parent | 83d3a3f2ea8dc328e621b3abbe671f46379c7e65 (diff) |
Simple native context tests to verify against a simple native application
Diffstat (limited to 'test/native/make.sh')
-rwxr-xr-x | test/native/make.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/native/make.sh b/test/native/make.sh index 2552eddb0..20bd49e4a 100755 --- a/test/native/make.sh +++ b/test/native/make.sh @@ -2,3 +2,5 @@ gcc -o displayMultiple01 displayMultiple01.c -lX11 -lGL gcc -o displayMultiple02 displayMultiple02.c -lX11 -lGL +gcc -o glExtensionsListGL2 glExtensionsListGL2.c -lX11 -lGL +gcc -o glExtensionsListGL3 glExtensionsListGL3.c -lX11 -lGL |