Changeset edbad13a in mainline


Ignore:
Timestamp:
2018-07-05T21:41:18Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
82b6716
Parents:
471e313
git-author:
Jaroslav Jindrak <dzejrou@…> (2017-11-03 18:21:34)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:18)
Message:

cpp: added the cpptest utility to vcs

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r471e313 redbad13a  
    8383uspace/app/bnchmark/bnchmark
    8484uspace/app/corecfg/corecfg
     85uspace/app/cpptest/cpptest
    8586uspace/app/date/date
    8687uspace/app/devctl/devctl
     
    159160uspace/dist/app/bnchmark
    160161uspace/dist/app/corecfg
     162uspace/dist/app/cpptest
    161163uspace/dist/app/date
    162164uspace/dist/app/devctl
  • boot/Makefile.common

    r471e313 redbad13a  
    177177        $(USPACE_PATH)/app/bnchmark/bnchmark \
    178178        $(USPACE_PATH)/app/corecfg/corecfg \
     179        $(USPACE_PATH)/app/cpptest/cpptest \
    179180        $(USPACE_PATH)/app/devctl/devctl \
    180181        $(USPACE_PATH)/app/dnscfg/dnscfg \
  • uspace/Makefile

    r471e313 redbad13a  
    4040        app/bnchmark \
    4141        app/corecfg \
     42        app/cpptest \
    4243        app/devctl \
    4344        app/dnscfg \
Note: See TracChangeset for help on using the changeset viewer.