blob: a772a39083b8ab5202a1b0bf7690ab02867f2920 (
plain)
1
2
3
4
|
# This tests that recompilation logic works if you import a module with the same
# name
test('multipleHomeUnits_self-import', [extra_files([ 'p1/', 'p2/', 'unitP1', 'unitP2'])], makefile_test, [])
|