Skip to content

Commit

Permalink
DTNN-653 Functional test cmake fix 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-gb committed Aug 6, 2024
1 parent fef3e67 commit 710cabd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ut-functional/sanity-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
* Includes
*************************************************************************/

#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <stdarg.h>
// #include <stdint.h>
// #include <stdbool.h>
// #include <stdio.h>
// #include <stdlib.h>
// #include <ctype.h>
// #include <stdarg.h>

// #include <osapi.h>

Expand All @@ -39,5 +39,5 @@

void UtTest_Setup(void)
{
printf("TODO implement functional tests\n");
//printf("TODO implement functional tests\n");
}

0 comments on commit 710cabd

Please sign in to comment.