mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-13 17:06:31 +01:00
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8448 d708f5d6-7413-0410-9779-e7cbd77b26cf
12 lines
182 B
Python
12 lines
182 B
Python
# -*- python -*-
|
|
|
|
import os
|
|
import os.path
|
|
import glob
|
|
|
|
Import('env')
|
|
sanitycheck = env.Clone()
|
|
sc = sanitycheck.Program('sanityCheck', ['main.cpp', 'systemtest.cpp'])
|
|
|
|
Default(sc)
|
|
|