Sebastian Holtermann 336893d9eb Autogen: Separate AUTOGEN_TARGET_DEPENDS tests into own tests suite
The tests for AUTOGEN_TARGET_DEPENDS were part of the
AutogenOriginDependsOn tests suite.  This separates them
into an own AutogenTargetDepends tests suite.
2018-11-05 14:03:01 +01:00

10 lines
93 B
C++

#include "ATDFile.hpp"
#include "moc_ATDFile.cpp"
int main()
{
Object obj;
return 0;
}