forked from epics-modules/gtest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sample: add/fix files for RTEMS harness
- Loading branch information
1 parent
8d54fa0
commit ee9093d
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/*************************************************************************\ | ||
* Copyright (c) 2012 UChicago Argonne LLC, as Operator of Argonne | ||
* National Laboratory. | ||
* SPDX-License-Identifier: EPICS | ||
* EPICS BASE is distributed subject to a Software License Agreement found | ||
* in file LICENSE that is included with this distribution. | ||
\*************************************************************************/ | ||
|
||
extern void epicsRunSampleTests(void); | ||
|
||
int main(int argc, char **argv) | ||
{ | ||
epicsRunSampleTests(); /* calls epicsExit(0) */ | ||
return 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/*************************************************************************\ | ||
* Copyright (c) 2012 UChicago Argonne LLC, as Operator of Argonne | ||
* National Laboratory. | ||
* SPDX-License-Identifier: EPICS | ||
* EPICS BASE is distributed subject to a Software License Agreement found | ||
* in file LICENSE that is included with this distribution. | ||
\*************************************************************************/ | ||
|
||
extern void epicsRunSampleTests(void); | ||
|
||
int main(int argc, char **argv) | ||
{ | ||
epicsRunSampleTests(); /* calls epicsExit(0) */ | ||
return 0; | ||
} |