hwtests/source/tests/cpu/cputests.h

8 lines
70 B
C
Raw Normal View History

2014-12-08 21:05:51 -05:00
#pragma once
namespace CPU {
namespace Integer {
void TestAll();
}
}