Files
Armin Kuster 8eee8727cb smack-test: add smack tests from meta-intel-iot-security
ported over smack tests

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-05-09 17:45:13 -07:00

8 lines
150 B
C

#include <stdio.h>
int main(int argc, char **argv)
{
printf("Original test program removed while investigating its license.\n");
return 1;
}