Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / modules / rostests / rosautotest / CVirtualTestList.h
diff --git a/modules/rostests/rosautotest/CVirtualTestList.h b/modules/rostests/rosautotest/CVirtualTestList.h
new file mode 100644 (file)
index 0000000..f0697d6
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * PROJECT:     ReactOS Automatic Testing Utility
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     Class implementing a virtual test list for the tests to be ran
+ * COPYRIGHT:   Copyright 2009 Colin Finck (colin@reactos.org)
+ */
+
+class CVirtualTestList : public CTestList
+{
+public:
+    CVirtualTestList(CTest* Test);
+
+    CTestInfo* GetNextTestInfo();
+};