hwtests/source/tests/cpu/cputests.h
2014-12-08 21:54:58 -05:00

8 lines
70 B
C++

#pragma once
namespace CPU {
namespace Integer {
void TestAll();
}
}