Move test from common to unit.

When I initially added the test the intention was to use it from
run_unittests.py only, but I placed it in the wrong directory.
pull/3955/head
Rafael Ávila de Espíndola 6 years ago committed by Nirbheek Chauhan
parent 8c735069b3
commit 941d2c273a
  1. 2
      run_unittests.py
  2. 0
      test cases/unit/36 dep order/lib1.c
  3. 0
      test cases/unit/36 dep order/lib2.c
  4. 0
      test cases/unit/36 dep order/meson.build
  5. 0
      test cases/unit/36 dep order/myexe.c

@ -3591,7 +3591,7 @@ endian = 'little'
'''
Test that the dependencies are always listed in a deterministic order.
'''
testdir = os.path.join(self.common_test_dir, '206 dep order')
testdir = os.path.join(self.unit_test_dir, '36 dep order')
self.init(testdir)
with open(os.path.join(self.builddir, 'build.ninja')) as bfile:
for line in bfile:

Loading…
Cancel
Save