File: test_python_module_2.pro

package info (click to toggle)
gnudatalanguage 0.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,212 kB
  • sloc: cpp: 114,857; sh: 11,170; makefile: 362; awk: 18; python: 6; ansic: 4
file content (10 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
pro test_python_module_2

  if ~file_test('GDL.so') then begin
    message, /conti, 'GDL.so not found'
    exit, status=77
  endif

  spawn, 'rm GDL.so'

end