Skip to content
  • Thomas Haller's avatar
    clients/tests: generate Makefile.am for expected files · ee85151a
    Thomas Haller authored
    The developer can re-generate .expected files with
    
     $ NM_TEST_REGENERATE=1 ./clients/tests/test-client.py
    
    Note that these files are also dist-ed, so that the tests also work
    from a source-tarball. For that, we need to add them to EXTRA_DIST.
    
    Previously, this was done manually in the base Makefile.am file. This
    was cumbersome, because when adding a new test, the developer would need
    to manually add the files.
    
    Now, let the test (with NM_TEST_REGENERATE=1) also generate a makefile
    part.
    ee85151a